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