3 references to AssemblyName
System.Xml (3)
System\Xml\Serialization\Compilation.cs (3)
209
if (assemblyAttribute.
AssemblyName
!= null && assemblyAttribute.CodeBase != null)
213
if (assemblyAttribute.
AssemblyName
!= null) {
214
serializerName = assemblyAttribute.
AssemblyName
;