1 write to PresentationLayer
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (1)
80
PresentationLayer
= presentationLayer;
5 references to PresentationLayer
System.ComponentModel.Annotations (5)
System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs (1)
28
public string? PresentationLayer => _implementation.
PresentationLayer
;
System\ComponentModel\DataAnnotations\UIHintAttribute.cs (4)
59
public string? PresentationLayer => _implementation.
PresentationLayer
;
111
var b =
PresentationLayer
?? string.Empty;
128
PresentationLayer
!= otherImplementation.
PresentationLayer
)