1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
231
_containingType
= containingType;
14 references to _containingType
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Metadata\PE\PEPropertySymbol.cs (14)
298
originalPropertyType = NativeIntegerTypeDecoder.TransformType(originalPropertyType, handle, moduleSymbol,
_containingType
);
301
originalPropertyType = originalPropertyType.AsDynamicIfNoPia(
_containingType
);
311
propertyTypeWithAnnotations = NullableTypeDecoder.TransformType(propertyTypeWithAnnotations, handle, moduleSymbol, accessSymbol:
_containingType
, nullableContext:
_containingType
);
403
return
_containingType
;
411
return
_containingType
;
661
string defaultMemberName =
_containingType
.DefaultMemberName;
677
return (this.ParameterCount > 0) &&
_containingType
.IsComImport;
710
var metadataDecoder = new MetadataDecoder(
_containingType
.ContainingPEModule,
_containingType
);
719
return
_containingType
.ContainingPEModule.MetadataLocation.Cast<MetadataLocation, Location>();
959
return PEDocumentationCommentUtils.GetDocumentationComment(this,
_containingType
.ContainingPEModule, preferredCulture, cancellationToken, ref AccessUncommonFields()._lazyDocComment);
1002
PEModuleSymbol containingPEModule =
_containingType
.ContainingPEModule;
1078
if (
_containingType
.ContainingPEModule.Module.TryGetOverloadResolutionPriorityValue(_handle, out int priority) &&