1 write to _allowedPinvokes
Microsoft.DotNet.CodeAnalysis (1)
Analyzers\PinvokeAnalyzer.cs (1)
44
_allowedPinvokes
= ParseAdditionalFile(_allowedPinvokeFile);
2 references to _allowedPinvokes
Microsoft.DotNet.CodeAnalysis (2)
Analyzers\PinvokeAnalyzer.cs (2)
42
if (
_allowedPinvokes
== null)
47
return
_allowedPinvokes
;