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