1 instantiation of TempMethod
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
128TempMethod method = new TempMethod();
5 references to TempMethod
System.Xml (5)
System\Xml\Serialization\Compilation.cs (5)
128TempMethod method = new TempMethod(); 545TempMethod method = methods[mapping.Key]; 639internal TempMethod this[string key] { 641return (TempMethod)Dictionary[key]; 644internal void Add(string key, TempMethod value) {