Skip to content

Commit 245515e

Browse files
committed
Update
1 parent de611c0 commit 245515e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.Core.SourceGenerator/Generators/VTableFunctionGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
3232
{
3333
token.ThrowIfCancellationRequested();
3434

35-
var fullyQualifiedParentTypeName = context.TargetSymbol.ContainingType.ToString();
35+
var fullyQualifiedParentTypeName = context.TargetSymbol.ContainingType.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat);
3636
var structNamespace = context.TargetSymbol.ContainingType.ContainingNamespace.ToString();
3737
var structName = context.TargetSymbol.ContainingType.Name;
3838
var methodSymbol = (IMethodSymbol)context.TargetSymbol;

0 commit comments

Comments
 (0)