1 reference to SynthesizedSubmissionFields
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
466var synthesizedSubmissionFields = containingType.IsSubmissionClass ? new SynthesizedSubmissionFields(_compilation, containingType) : null;