1 write to s_frameworkBasePath
MSBuildTaskHost (1)
NativeMethods.cs (1)
913
s_frameworkBasePath
= dir ?? string.Empty;
2 references to s_frameworkBasePath
MSBuildTaskHost (2)
NativeMethods.cs (2)
905
if (
s_frameworkBasePath
== null)
916
return
s_frameworkBasePath
;