1 instantiation of TempMethod
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
113
TempMethod method = new
TempMethod
();
3 references to TempMethod
System.Private.Xml (3)
System\Xml\Serialization\Compilation.cs (3)
113
TempMethod
method = new TempMethod();
558
TempMethod
method = _methods![mapping.Key!];
660
internal sealed class TempMethodDictionary : Dictionary<string,
TempMethod
>