4 references to InvalidReasonMisplacedNullableEnable
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.cs (2)
392errors.Add(Diagnostic.Create(descriptor, Location.None, InvalidReasonMisplacedNullableEnable)); 398errors.Add(Diagnostic.Create(descriptor, Location.None, InvalidReasonMisplacedNullableEnable));
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (2)
DeclarePublicAPIAnalyzerTestsBase.cs (2)
2185.WithArguments(DeclarePublicApiAnalyzer.InvalidReasonMisplacedNullableEnable); 2204.WithArguments(DeclarePublicApiAnalyzer.InvalidReasonMisplacedNullableEnable);