3 references to GetHostObjectField
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodBodySynthesizer.cs (1)
115
var hostObjectField = synthesizedFields.
GetHostObjectField
();
Lowering\LocalRewriter\LocalRewriter_HostObjectMemberReference.cs (1)
18
var hostObjectReference = _previousSubmissionFields.
GetHostObjectField
();
Lowering\SynthesizedSubmissionFields.cs (1)
101
FieldSymbol hostObjectField =
GetHostObjectField
();