3 references to TryGetProperty
illink (3)
Linker.Dataflow\HandleCallAction.cs (1)
287
if (method.Definition.
TryGetProperty
(out PropertyDefinition? propertyDefinition)) {
Linker.Steps\MarkStep.cs (1)
3098
} else if (method.
TryGetProperty
(out PropertyDefinition? property))
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
115
if (method.
TryGetProperty
(out var property)) {