5 references to CopyTypeCustomModifiers
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\CustomModifierUtils.cs (1)
59
returnType = returnType.WithTypeAndModifiers(
CopyTypeCustomModifiers
(returnTypeWithCustomModifiers, returnTypeSymbol, destinationMethod.ContainingAssembly),
Symbols\Source\SourceEventSymbol.cs (1)
634
type = type.WithTypeAndModifiers(CustomModifierUtils.
CopyTypeCustomModifiers
(overriddenEventType, type.Type, containingAssembly),
Symbols\Source\SourceParameterSymbol.cs (1)
125
newType = CustomModifierUtils.
CopyTypeCustomModifiers
(newType, this.Type, this.ContainingAssembly);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
293
CustomModifierUtils.
CopyTypeCustomModifiers
(type.Type, _lazyReturnType.Type, this.ContainingAssembly),
Symbols\Source\SourcePropertySymbolBase.cs (1)
259
CustomModifierUtils.
CopyTypeCustomModifiers
(overriddenPropertyType.Type, type.Type, this.ContainingAssembly),