13 references to ERR_AutoPropsInRoStruct
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1858
or ErrorCode.
ERR_AutoPropsInRoStruct
Symbols\Source\SourcePropertySymbolBase.cs (1)
893
diagnostics.Add(ErrorCode.
ERR_AutoPropsInRoStruct
, Location);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (9)
FieldKeywordTests.cs (9)
4582
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P3").WithLocation(5, 21),
4588
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P6").WithLocation(8, 21),
4597
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P9").WithLocation(11, 21),
4702
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P3").WithLocation(3, 12),
4708
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P6").WithLocation(5, 12),
4717
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P9").WithLocation(8, 12),
4730
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P3").WithLocation(3, 12),
4739
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P6").WithLocation(5, 12),
4751
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "P9").WithLocation(8, 12),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\ReadOnlyStructsTests.cs (1)
43
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "rw").WithLocation(11, 9)
Semantics\RecordStructTests.cs (1)
1910
Diagnostic(ErrorCode.
ERR_AutoPropsInRoStruct
, "X").WithLocation(4, 16)