2 references to AllowUnsafeAttributeName
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Workspaces\TestWorkspace_XmlConsumption.cs (1)
441
var allowUnsafeAttribute = compilationOptionsElement.Attribute(
AllowUnsafeAttributeName
);
Workspaces\TestWorkspace_XmlCreation.cs (1)
151
element.SetAttributeValue(
AllowUnsafeAttributeName
, csOptions.AllowUnsafe);