2 instantiations of TypeSpec
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (1)
337 TypeSpec ts = new TypeSpec ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
1362 TypeSpec ts = new TypeSpec ();
11 references to TypeSpec
AssemblyStripper (11)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (5)
105 public TypeSpec GetTypeSpec (uint index) 107 TypeSpec ts = m_signatures [index] as TypeSpec; 333 TypeSpec ReadTypeSpec (byte [] data, int pos) 337 TypeSpec ts = new TypeSpec ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureWriter.cs (2)
86 public uint AddTypeSpec (TypeSpec ts) 295 void Write (TypeSpec ts)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (2)
149 TypeSpec ts = m_sigReader.GetTypeSpec (tsRow.Signature); 172 TypeReference CreateTypeSpecFromSig (TypeSpec ts, int index, GenericContext context)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (2)
1360 public TypeSpec GetTypeSpecSig (TypeReference type) 1362 TypeSpec ts = new TypeSpec ();