2 instantiations of SynthesizedSealedPropertyAccessor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1228
return (object)overriddenAccessor == null ? null : new
SynthesizedSealedPropertyAccessor
(this, overriddenAccessor);
1234
return (object)overriddenAccessor == null ? null : new
SynthesizedSealedPropertyAccessor
(this, overriddenAccessor);
7 references to SynthesizedSealedPropertyAccessor
Microsoft.CodeAnalysis.CSharp (7)
Compiler\MethodCompiler.cs (1)
852
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)
69
private
SynthesizedSealedPropertyAccessor
_lazySynthesizedSealedAccessor;
1195
internal
SynthesizedSealedPropertyAccessor
SynthesizedSealedAccessorOpt
1220
private
SynthesizedSealedPropertyAccessor
MakeSynthesizedSealedAccessor()