1 write to _receiverType
Microsoft.Build (1)
Evaluation\Expander.FunctionBuilder.cs (1)
57internal void SetReceiverType(Type receiverType) => _receiverType = receiverType;
2 references to _receiverType
Microsoft.Build (2)
Evaluation\Expander.FunctionBuilder.cs (2)
43public readonly Type ReceiverType => _receiverType; 50/// annotated <see cref="_receiverType"/> field directly, so it is the single place an un-annotated