3 references to s_regexs
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (3)
71
lock (
s_regexs
)
73
if (!
s_regexs
.TryGetValue(pattern, out regex))
76
s_regexs
.Add(pattern, regex);