4 references to _methodBuilders
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (4)
86if (!_methodBuilders.TryGetValue(methodName, out methodBuilderInfo)) 94_methodBuilders.Add(methodName, methodBuilderInfo); 107System.Diagnostics.Debug.Assert(_methodBuilders.ContainsKey(methodName)); 108return _methodBuilders[methodName];