1 write to s_globalJsonState
dotnet (1)
Program.cs (1)
82
s_globalJsonState
= NativeWrapper.NETCoreSdkResolverNativeWrapper.GetGlobalJsonState(Environment.CurrentDirectory);
2 references to s_globalJsonState
dotnet (2)
Program.cs (2)
83
s_mainActivity.AddTag("dotnet.globalJson",
s_globalJsonState
);
161
TelemetryEventEntry.SendFiltered(new ParseResultWithGlobalJsonState(parseResult,
s_globalJsonState
));