3 references to TryGetProperty
illink (3)
Linker.Dataflow\HandleCallAction.cs (1)
312
if (method.Definition.
TryGetProperty
(out PropertyDefinition? propertyDefinition))
Linker.Steps\MarkStep.cs (1)
3349
else if (method.
TryGetProperty
(out PropertyDefinition? property))
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
124
if (method.
TryGetProperty
(out var property))