2 references to SetMarshalAsSafeArray
Microsoft.CodeAnalysis (2)
Symbols\Attributes\MarshalAsAttributeDecoder.cs (1)
362
arguments.GetOrCreateData<TWellKnownAttributeData>().GetOrCreateData().
SetMarshalAsSafeArray
(elementTypeVariant, elementTypeSymbol);
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
209
result.
SetMarshalAsSafeArray
((Cci.VarEnum)_marshalArrayElementType, translatedType);