2 instantiations of NamedArg
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (1)
785 CustomAttrib.NamedArg na = new CustomAttrib.NamedArg ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
1448 CustomAttrib.NamedArg na = new CustomAttrib.NamedArg ();
15 references to NamedArg
AssemblyStripper (15)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\CustomAttrib.cs (3)
42 public NamedArg [] NamedArgs; 81 internal static NamedArg [] Empty = new NamedArg [0];
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (5)
617 ca.NamedArgs = CustomAttrib.NamedArg.Empty; 646 ca.NamedArgs = new CustomAttrib.NamedArg [ca.NumNamed]; 650 ca.NamedArgs = CustomAttrib.NamedArg.Empty; 783 internal CustomAttrib.NamedArg ReadNamedArg (byte [] data, BinaryReader br, ref bool read, bool resolve) 785 CustomAttrib.NamedArg na = new CustomAttrib.NamedArg ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureWriter.cs (1)
430 void Write (CustomAttrib.NamedArg na, MemoryBinaryWriter writer)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (2)
888 TypeReference GetNamedArgType (CustomAttrib.NamedArg na) 908 foreach (CustomAttrib.NamedArg na in sig.NamedArgs) {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (3)
1445 static CustomAttrib.NamedArg CreateNamedArg (TypeReference type, string name, 1448 CustomAttrib.NamedArg na = new CustomAttrib.NamedArg (); 1472 cas.NamedArgs = new CustomAttrib.NamedArg [nn];
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\SecurityDeclarationReader.cs (1)
152 CustomAttrib.NamedArg na = sr.ReadNamedArg (permset, br, ref read, resolve);