5 instantiations of CodeGenerator
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (1)
391
CodeGenerator ilg = new
CodeGenerator
();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
91
_ilg = new
CodeGenerator
();
163
_ilg = new
CodeGenerator
();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
82
_ilg = new
CodeGenerator
();
106
_ilg = new
CodeGenerator
();
7 references to CodeGenerator
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\BitFlagsGenerator.cs (2)
15
private
CodeGenerator
_ilg;
18
public BitFlagsGenerator(int bitCount,
CodeGenerator
ilg, string localName)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
151
s_serializationModule = typeof(
CodeGenerator
).GetTypeInfo().Module; // could to be replaced by different dll that has SkipVerification set to false
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (1)
391
CodeGenerator
ilg = new CodeGenerator();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
80
private
CodeGenerator
_ilg;
161
private
CodeGenerator
GenerateCollectionReaderHelper(CollectionDataContract collectionContract, bool isGetOnlyCollection)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
67
private
CodeGenerator
_ilg;