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)
42if (_allowedPinvokes == null) 47return _allowedPinvokes;