We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de611c0 commit 245515eCopy full SHA for 245515e
src/Files.Core.SourceGenerator/Generators/VTableFunctionGenerator.cs
@@ -32,7 +32,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
32
{
33
token.ThrowIfCancellationRequested();
34
35
- var fullyQualifiedParentTypeName = context.TargetSymbol.ContainingType.ToString();
+ var fullyQualifiedParentTypeName = context.TargetSymbol.ContainingType.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat);
36
var structNamespace = context.TargetSymbol.ContainingType.ContainingNamespace.ToString();
37
var structName = context.TargetSymbol.ContainingType.Name;
38
var methodSymbol = (IMethodSymbol)context.TargetSymbol;
0 commit comments