1 write to _fullPath
dotnet-svcutil-lib (1)
Tool.cs (1)
59
_fullPath
= typeof(Tool).GetTypeInfo().Assembly.Location;
2 references to _fullPath
dotnet-svcutil-lib (2)
Tool.cs (2)
57
if (string.IsNullOrEmpty(
_fullPath
))
61
return
_fullPath
;