3 references to MapNamespace
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DefinitionMap.cs (2)
115return SourceToPreviousSymbolMatcher.MapNamespace(@namespace) ?? 116(SourceToMetadataSymbolMatcher != SourceToPreviousSymbolMatcher ? SourceToMetadataSymbolMatcher.MapNamespace(@namespace) : null);
Emit\EditAndContinue\SymbolMatcher.cs (1)
26MapNamespace((Cci.INamespace)adapter)?.GetInternalSymbol();