2 overrides of GetISymbolInternalOrNull
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpDefinitionMap.cs (1)
45protected override ISymbolInternal? GetISymbolInternalOrNull(ISymbol symbol)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (1)
54Protected Overrides Function GetISymbolInternalOrNull(symbol As ISymbol) As ISymbolInternal
3 references to GetISymbolInternalOrNull
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DefinitionMap.cs (3)
46.ToImmutableDictionary(edit => (IMethodSymbolInternal)GetISymbolInternalOrNull(edit.NewSymbol!)!, edit => edit.Instrumentation); 76if (GetISymbolInternalOrNull(edit.NewSymbol) is IMethodSymbolInternal newMethod && 77GetISymbolInternalOrNull(edit.OldSymbol) is IMethodSymbolInternal oldMethod)