1 write to Namespace
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeCollector.cs (1)
61Namespace = type.ContainingType is not null ? string.Empty : type.Namespace.ToString();
2 references to Namespace
ILCompiler.ReadyToRun (2)
PortableCallHelpers\PInvokeCollector.cs (2)
74Key = $"{MethodName}#{method.Signature.Length}:{AssemblyName}:{Namespace}:{TypeName}"; 95public string EntryName => $"{AssemblyName}_{Namespace}_{TypeName}_{MethodName}";