2 references to DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessor
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
340
_context.LogWarning (setMethod, DiagnosticId.
DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessor
, property.GetDisplayName (), setMethod.GetDisplayName ());
378
_context.LogWarning (getMethod, DiagnosticId.
DynamicallyAccessedMembersConflictsBetweenPropertyAndAccessor
, property.GetDisplayName (), getMethod.GetDisplayName ());