2 instantiations of FixedArg
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (1)
660 CustomAttrib.FixedArg fa = new CustomAttrib.FixedArg ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (1)
1428 CustomAttrib.FixedArg fa = new CustomAttrib.FixedArg ();
16 references to FixedArg
AssemblyStripper (16)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\CustomAttrib.cs (4)
40 public FixedArg [] FixedArgs; 56 internal static FixedArg [] Empty = new FixedArg [0]; 79 public FixedArg FixedArg;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (5)
616 ca.FixedArgs = CustomAttrib.FixedArg.Empty; 628 ca.FixedArgs = new CustomAttrib.FixedArg [ctor.Parameters.Count]; 633 ca.FixedArgs = CustomAttrib.FixedArg.Empty; 657 CustomAttrib.FixedArg ReadFixedArg (byte [] data, BinaryReader br, 660 CustomAttrib.FixedArg fa = new CustomAttrib.FixedArg ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureWriter.cs (1)
408 void Write (CustomAttrib.FixedArg fa, MemoryBinaryWriter writer)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (3)
866 static object GetFixedArgValue (CustomAttrib.FixedArg fa) 877 TypeReference GetFixedArgType (CustomAttrib.FixedArg fa) 905 foreach (CustomAttrib.FixedArg fa in sig.FixedArgs)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (3)
1426 static CustomAttrib.FixedArg CreateFixedArg (TypeReference type, object value) 1428 CustomAttrib.FixedArg fa = new CustomAttrib.FixedArg (); 1464 cas.FixedArgs = new CustomAttrib.FixedArg [ca.Constructor.Parameters.Count];