2 instantiations of SynthesizedSealedPropertyAccessor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1235return (object)overriddenAccessor == null ? null : new SynthesizedSealedPropertyAccessor(this, overriddenAccessor); 1241return (object)overriddenAccessor == null ? null : new SynthesizedSealedPropertyAccessor(this, overriddenAccessor);
7 references to SynthesizedSealedPropertyAccessor
Microsoft.CodeAnalysis.CSharp (7)
Compiler\MethodCompiler.cs (1)
849SynthesizedSealedPropertyAccessor synthesizedAccessor = sourceProperty.SynthesizedSealedAccessorOpt;
Compiler\SynthesizedMetadataCompiler.cs (1)
108var synthesizedAccessor = sourceProperty.SynthesizedSealedAccessorOpt;
Emitter\Model\PropertySymbolAdapter.cs (2)
50SynthesizedSealedPropertyAccessor synthesizedAccessor = sourceProperty.SynthesizedSealedAccessorOpt; 282SynthesizedSealedPropertyAccessor synthesized = sourceProperty.SynthesizedSealedAccessorOpt;
Symbols\Source\SourcePropertySymbolBase.cs (3)
68private SynthesizedSealedPropertyAccessor _lazySynthesizedSealedAccessor; 1202internal SynthesizedSealedPropertyAccessor SynthesizedSealedAccessorOpt 1227private SynthesizedSealedPropertyAccessor MakeSynthesizedSealedAccessor()