3 references to GeneratedCodeAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
109
codeClass.CustomAttributes.Add(
GeneratedCodeAttribute
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (2)
156
codeClass.CustomAttributes.Add(
GeneratedCodeAttribute
);
169
codeClass.CustomAttributes.Add(
GeneratedCodeAttribute
);