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