4 references to s_propertyCantBeSetToValue
System.Windows.Forms.Analyzers.CSharp (2)
System\Windows\Forms\CSharp\Generators\ApplicationConfiguration\ProjectFileReader.cs (2)
53
diagnostic = Diagnostic.Create(CSharpDiagnosticDescriptors.
s_propertyCantBeSetToValue
,
114
diagnostic = Diagnostic.Create(CSharpDiagnosticDescriptors.
s_propertyCantBeSetToValue
,
System.Windows.Forms.Analyzers.CSharp.Tests (2)
ProjectFileReaderTests.cs (2)
56
Assert.Equal(CSharpDiagnosticDescriptors.
s_propertyCantBeSetToValue
, diagnostic!.Descriptor);
179
Assert.Equal(CSharpDiagnosticDescriptors.
s_propertyCantBeSetToValue
, diagnostic!.Descriptor);