Skip to content

Commit

Permalink
Update components/DependencyPropertyGenerator/CommunityToolkit.Depend…
Browse files Browse the repository at this point in the history
…encyPropertyGenerator.SourceGenerators/Extensions/ITypeSymbolExtensions.cs

Co-authored-by: 0x5BFA <[email protected]>
  • Loading branch information
Arlodotexe and 0x5bfa authored Dec 9, 2024
1 parent d40bee5 commit b48e37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void BuildFrom(ISymbol? symbol, ref readonly ImmutableArrayBuilder<char>
builder.AddRange(symbol.MetadataName.AsSpan());
break;

// Other namespaces (ie. the one right before global) skip the leading '.'
// Other namespaces (i.e. the one right before global) skip the leading '.'
case INamespaceSymbol { IsGlobalNamespace: false }:
builder.AddRange(symbol.MetadataName.AsSpan());
break;
Expand Down

0 comments on commit b48e37f

Please sign in to comment.