3 writes to _argumentList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (3)
56_argumentList = new ArrayList(argumentList); 64_argumentList = new ArrayList(argumentList); 75_argumentList = new ArrayList();
2 references to _argumentList
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (2)
76_argumentList.Add(arg); 90public ArrayList ArgumentList { get { return _argumentList; } }