2 instantiations of SynthesizedSealedPropertyAccessor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1260
return (object)overriddenAccessor == null ? null : new
SynthesizedSealedPropertyAccessor
(this, overriddenAccessor);
1266
return (object)overriddenAccessor == null ? null : new
SynthesizedSealedPropertyAccessor
(this, overriddenAccessor);
9 references to SynthesizedSealedPropertyAccessor
Microsoft.CodeAnalysis.CSharp (7)
Compiler\MethodCompiler.cs (1)
869
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)
70
private
SynthesizedSealedPropertyAccessor
_lazySynthesizedSealedAccessor;
1227
internal
SynthesizedSealedPropertyAccessor
SynthesizedSealedAccessorOpt
1252
private
SynthesizedSealedPropertyAccessor
MakeSynthesizedSealedAccessor()
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
BreakingChanges.cs (2)
125
var
derivedProperty1Synthesized = derivedProperty1.SynthesizedSealedAccessorOpt;
126
var
derivedProperty2Synthesized = derivedProperty2.SynthesizedSealedAccessorOpt;