1 write to s_globalJsonState
dotnet (1)
Program.cs (1)
79
s_globalJsonState
= NativeWrapper.NETCoreSdkResolverNativeWrapper.GetGlobalJsonState(Environment.CurrentDirectory);
2 references to s_globalJsonState
dotnet (2)
Program.cs (2)
80
hostStartupActivity?.AddTag("dotnet.globalJson",
s_globalJsonState
);
160
TelemetryEventEntry.SendFiltered(new ParseResultWithGlobalJsonState(parseResult,
s_globalJsonState
));