2 implementations of Visit
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (2)
250
public DstT
Visit
<SrcT, DstT>(SrcT src, DstT dst)
428
public DstT
Visit
<SrcT, DstT>(SrcT src, DstT dst) where SrcT : MetadataRecord where DstT : MetadataRecord
62 references to Visit
ILCompiler.MetadataTransform (62)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (62)
33
ElementType = visitor.
Visit
(this, ElementType);
120
Type = visitor.
Visit
(this, Type);
705
ElementType = visitor.
Visit
(this, ElementType);
706
Value = visitor.
Visit
(this, Value);
774
Value = visitor.
Visit
(this, Value);
775
Type = visitor.
Visit
(this, Type);
2137
Constructor = visitor.
Visit
(this, Constructor);
2266
Name = visitor.
Visit
(this, Name);
2267
Type = visitor.
Visit
(this, Type);
2359
Name = visitor.
Visit
(this, Name);
2360
Signature = visitor.
Visit
(this, Signature);
2361
DefaultValue = visitor.
Visit
(this, DefaultValue);
2483
Type = visitor.
Visit
(this, Type);
2552
Signature = visitor.
Visit
(this, Signature);
2616
Name = visitor.
Visit
(this, Name);
2709
Parent = visitor.
Visit
(this, Parent);
2710
Name = visitor.
Visit
(this, Name);
2711
Signature = visitor.
Visit
(this, Signature);
2790
Name = visitor.
Visit
(this, Name);
2791
Signature = visitor.
Visit
(this, Signature);
2887
Method = visitor.
Visit
(this, Method);
2963
Method = visitor.
Visit
(this, Method);
3031
ReturnType = visitor.
Visit
(this, ReturnType);
3197
ModifierType = visitor.
Visit
(this, ModifierType);
3198
Type = visitor.
Visit
(this, Type);
3279
Name = visitor.
Visit
(this, Name);
3280
Type = visitor.
Visit
(this, Type);
3281
Value = visitor.
Visit
(this, Value);
3395
ParentScopeOrNamespace = visitor.
Visit
(this, ParentScopeOrNamespace);
3396
Name = visitor.
Visit
(this, Name);
3476
ParentScopeOrNamespace = visitor.
Visit
(this, ParentScopeOrNamespace);
3477
Name = visitor.
Visit
(this, Name);
3548
Name = visitor.
Visit
(this, Name);
3549
DefaultValue = visitor.
Visit
(this, DefaultValue);
3663
Type = visitor.
Visit
(this, Type);
3732
Name = visitor.
Visit
(this, Name);
3733
Signature = visitor.
Visit
(this, Signature);
3735
DefaultValue = visitor.
Visit
(this, DefaultValue);
3860
Type = visitor.
Visit
(this, Type);
3946
Field = visitor.
Visit
(this, Field);
3947
EnclosingType = visitor.
Visit
(this, EnclosingType);
4015
Method = visitor.
Visit
(this, Method);
4016
EnclosingType = visitor.
Visit
(this, EnclosingType);
4084
ElementType = visitor.
Visit
(this, ElementType);
4153
Name = visitor.
Visit
(this, Name);
4154
Culture = visitor.
Visit
(this, Culture);
4155
RootNamespaceDefinition = visitor.
Visit
(this, RootNamespaceDefinition);
4156
EntryPoint = visitor.
Visit
(this, EntryPoint);
4157
GlobalModuleType = visitor.
Visit
(this, GlobalModuleType);
4159
ModuleName = visitor.
Visit
(this, ModuleName);
4280
Name = visitor.
Visit
(this, Name);
4281
Culture = visitor.
Visit
(this, Culture);
4376
BaseType = visitor.
Visit
(this, BaseType);
4377
NamespaceDefinition = visitor.
Visit
(this, NamespaceDefinition);
4378
Name = visitor.
Visit
(this, Name);
4379
EnclosingType = visitor.
Visit
(this, EnclosingType);
4491
Scope = visitor.
Visit
(this, Scope);
4492
Name = visitor.
Visit
(this, Name);
4564
GenericType = visitor.
Visit
(this, GenericType);
4641
ParentNamespaceOrType = visitor.
Visit
(this, ParentNamespaceOrType);
4642
TypeName = visitor.
Visit
(this, TypeName);
4713
Signature = visitor.
Visit
(this, Signature);