1 implementation of GetType
Microsoft.CodeAnalysis (1)
CodeGen\PermissionSetAttribute.cs (1)
159
public Cci.ITypeReference
GetType
(EmitContext context) => _sourceAttribute.GetType(context);
4 references to GetType
Microsoft.CodeAnalysis (4)
CodeGen\PermissionSetAttribute.cs (2)
84
ISymbol iSymbol = _sourceAttribute.
GetType
(context).GetInternalSymbol()!.GetISymbol();
159
public Cci.ITypeReference GetType(EmitContext context) => _sourceAttribute.
GetType
(context);
PEWriter\MetadataWriter.cs (2)
3748
string typeName = customAttribute.
GetType
(context).GetSerializedTypeName(context, ref isAssemblyQualified);
3751
INamespaceTypeReference namespaceType = customAttribute.
GetType
(context).AsNamespaceTypeReference;