2 overrides of GetDebugInfo
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueDebugInfoReader.cs (2)
68public override EditAndContinueMethodDebugInformation GetDebugInfo(MethodDefinitionHandle methodHandle) 139public override EditAndContinueMethodDebugInformation GetDebugInfo(MethodDefinitionHandle methodHandle)
3 references to GetDebugInfo
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
415debugInfoReader.GetDebugInfo,
Microsoft.CodeAnalysis.Features.UnitTests (2)
EditAndContinue\EditAndContinueMethodDebugInfoReaderTests.cs (2)
100var debugInfo = reader.GetDebugInfo(MetadataTokens.MethodDefinitionHandle(5)); 110debugInfo = reader.GetDebugInfo(MetadataTokens.MethodDefinitionHandle(1));