3 references to TryParseSlotIndex
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpDefinitionMap.cs (2)
143if (GeneratedNameParser.TryParseSlotIndex(name, out slotIndex)) 161if (GeneratedNameParser.TryParseSlotIndex(name, out slotIndex))
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.cs (1)
1655if (GeneratedNameParser.TryParseSlotIndex(fieldName, out int slotIndex) &&