24 references to ERR_PartialPropertyMissingDefinition
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2469
or ErrorCode.
ERR_PartialPropertyMissingDefinition
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4115
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),
462
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "Item").WithArguments("C.Item").WithLocation(4, 24)
490
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "Item").WithArguments("C.Item").WithLocation(4, 24)
758
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C.P").WithLocation(3, 24),
2303
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P2").WithArguments("C.P2").WithLocation(5, 33),
2491
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C3.I.P").WithLocation(19, 19),
2525
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P3").WithArguments("C.P3").WithLocation(8, 17),
2930
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C1.this[{refKind} int]").WithLocation(4, 24),
2942
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[int]").WithLocation(10, 24));
2971
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C1.this[{refKind} int]").WithLocation(4, 24),
2977
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[int]").WithLocation(10, 24));
3007
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C1.this[out int]").WithLocation(4, 24),
3022
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[ref int]").WithLocation(10, 24),
3056
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C1.this[ref readonly int]").WithLocation(4, 24),
3065
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C2.this[in int]").WithLocation(10, 24),
3100
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C1.this[{badRefKind} int]").WithLocation(4, 24),
3115
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments($"C2.this[{goodRefKind} int]").WithLocation(10, 24),
3139
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C.this[string]").WithLocation(4, 24));
3602
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C.this[int, int]").WithLocation(5, 24),
Symbols\SymbolErrorTests.cs (2)
14212
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "P").WithArguments("C.P").WithLocation(5, 20),
14215
Diagnostic(ErrorCode.
ERR_PartialPropertyMissingDefinition
, "this").WithArguments("C.this[int]").WithLocation(6, 17),