1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
253
_containingType
= containingType;
14 references to _containingType
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Metadata\PE\PEPropertySymbol.cs (14)
320
originalPropertyType = NativeIntegerTypeDecoder.TransformType(originalPropertyType, handle, moduleSymbol,
_containingType
);
323
originalPropertyType = originalPropertyType.AsDynamicIfNoPia(
_containingType
);
333
propertyTypeWithAnnotations = NullableTypeDecoder.TransformType(propertyTypeWithAnnotations, handle, moduleSymbol, accessSymbol:
_containingType
, nullableContext:
_containingType
);
425
return
_containingType
;
433
return
_containingType
;
722
string defaultMemberName =
_containingType
.DefaultMemberName;
738
return (this.ParameterCount > 0) &&
_containingType
.IsComImport;
771
var metadataDecoder = new MetadataDecoder(
_containingType
.ContainingPEModule,
_containingType
);
780
return
_containingType
.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>();
1027
return PEDocumentationCommentUtils.GetDocumentationComment(this,
_containingType
.ContainingPEModule, preferredCulture, cancellationToken, ref AccessUncommonFields()._lazyDocComment);
1070
PEModuleSymbol containingPEModule =
_containingType
.ContainingPEModule;
1146
if (
_containingType
.ContainingPEModule.Module.TryGetOverloadResolutionPriorityValue(_handle, out int priority) &&