4 references to urtAssembly
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
127
if (Assembly.GetAssembly(type) == Converter.
urtAssembly
)
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
181
if (type.Assembly ==
urtAssembly
)
511
internal static String urtAssemblyString =
urtAssembly
.FullName;
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
62
systemAssemblyInfo = new BinaryAssemblyInfo(Converter.urtAssemblyString, Converter.
urtAssembly
);