1 instantiation of Property
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Property.cs (1)
36
Property result = new
Property
11 references to Property
ILCompiler.MetadataTransform (11)
ILCompiler\Metadata\Transform.Property.cs (2)
16
private
Property
HandleProperty(Cts.Ecma.EcmaModule module, Ecma.PropertyDefinitionHandle property)
36
Property
result = new Property
ILCompiler\Metadata\Transform.Type.cs (1)
346
Property
prop = HandleProperty(ecmaEntity.Module, property);
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
1382
public static void Write(this NativeWriter writer,
Property
record)
1390
public static void Write(this NativeWriter writer, List<
Property
> values)
1398
foreach (
Property
value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (5)
3742
var
other = obj as
Property
;
3820
internal static PropertyHandle AsHandle(
Property
record)
4472
public List<
Property
> Properties = new List<
Property
>();