1 reference to IsReservedKeyword
Microsoft.Interop.SourceGeneration (1)
TypePositionInfo.cs (1)
94
InstanceIdentifier = ParseToken(paramSymbol.Name).
IsReservedKeyword
() ? $"@{paramSymbol.Name}" : paramSymbol.Name,