2 overrides of GetDebugInfo
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (2)
62public override EditAndContinueMethodDebugInformation GetDebugInfo(MethodDefinitionHandle methodHandle) 121public override EditAndContinueMethodDebugInformation GetDebugInfo(MethodDefinitionHandle methodHandle)
3 references to GetDebugInfo
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueMethodDebugInfoReaderTests.cs (2)
88var debugInfo = reader.GetDebugInfo(MetadataTokens.MethodDefinitionHandle(5)); 98debugInfo = reader.GetDebugInfo(MetadataTokens.MethodDefinitionHandle(1));
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
411debugInfoReader.GetDebugInfo,