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