24 references to ERR_PartialPropertyMissingDefinition
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2463
or ErrorCode.
ERR_PartialPropertyMissingDefinition
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4077
property.IsPartialDefinition ? ErrorCode.ERR_PartialPropertyMissingImplementation : ErrorCode.
ERR_PartialPropertyMissingDefinition
,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (22)
Symbols\PartialPropertiesTests.cs (20)
114
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C.P").WithLocation(3, 17)
230
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C.P").WithLocation(3, 17),
435
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "Item").WithArguments("C.Item").WithLocation(4, 24)
463
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "Item").WithArguments("C.Item").WithLocation(4, 24)
731
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C.P").WithLocation(3, 24),
2270
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P2").WithArguments("C.P2").WithLocation(5, 33),
2458
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C3.I.P").WithLocation(19, 19),
2492
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P3").WithArguments("C.P3").WithLocation(8, 17),
2897
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C1.this[{refKind} int]").WithLocation(4, 24),
2909
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[int]").WithLocation(10, 24));
2938
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C1.this[{refKind} int]").WithLocation(4, 24),
2944
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[int]").WithLocation(10, 24));
2974
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C1.this[out int]").WithLocation(4, 24),
2989
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[ref int]").WithLocation(10, 24),
3023
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C1.this[ref readonly int]").WithLocation(4, 24),
3032
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[in int]").WithLocation(10, 24),
3067
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C1.this[{badRefKind} int]").WithLocation(4, 24),
3082
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C2.this[{goodRefKind} int]").WithLocation(10, 24),
3106
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C.this[string]").WithLocation(4, 24));
3569
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C.this[int, int]").WithLocation(5, 24),
Symbols\SymbolErrorTests.cs (2)
14172
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C.P").WithLocation(5, 20),
14175
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C.this[int]").WithLocation(6, 17),