5 references to _namespaceRefs
ILCompiler.MetadataTransform (5)
ILCompiler\Metadata\Transform.Namespace.cs (5)
80if (_namespaceRefs.TryGetValue(key, out result)) 88if (!_namespaceRefs.TryGetValue(key, out rootNamespace)) 95_namespaceRefs.Add(key, rootNamespace); 111if (!_namespaceRefs.TryGetValue(key, out nextNamespace)) 119_namespaceRefs.Add(key, nextNamespace);