4 references to TypeReference
AssemblyStripper (4)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\DefaultImporter.cs (2)
166 type = new TypeReference (t.Name, string.Empty, asm, t.IsValueType); 169 type = new TypeReference (t.Name, t.Namespace, asm, t.IsValueType);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionHelper.cs (2)
246 type = new TypeReference (t.Name, string.Empty, asm, t.IsValueType); 249 type = new TypeReference (t.Name, t.Namespace, asm, t.IsValueType);