2 writes to _directoryArg
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (2)
196
_parent.
_directoryArg
= Path.GetFullPath(directoryArgValue);
213
_parent.
_directoryArg
= null;
1 reference to _directoryArg
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (1)
39
internal string DirectoryArg { get { return
_directoryArg
; } }