1 write to _currentFrameworkDescription
Infrastructure.Common (1)
FrameworkHelper.cs (1)
30
_currentFrameworkDescription
= RuntimeInformation.FrameworkDescription;
2 references to _currentFrameworkDescription
Infrastructure.Common (2)
FrameworkHelper.cs (2)
28
if (
_currentFrameworkDescription
== null)
33
return
_currentFrameworkDescription
;