1 type derived from SynthesizedStaticField
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
718internal sealed class ModuleVersionIdField : SynthesizedStaticField
6 references to SynthesizedStaticField
Microsoft.CodeAnalysis (6)
CodeGen\PrivateImplementationDetails.cs (6)
64private ImmutableArray<SynthesizedStaticField> _orderedSynthesizedFields; 155ArrayBuilder<SynthesizedStaticField> fieldsBuilder = ArrayBuilder<SynthesizedStaticField>.GetInstance( 487private sealed class FieldComparer : IComparer<SynthesizedStaticField> 495public int Compare(SynthesizedStaticField? x, SynthesizedStaticField? y)