16 references to BreakHowType
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
Emit\CompilationEmitTests.cs (8)
5167
output.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5174
output.BreakHow = BrokenStream.
BreakHowType
.ThrowOnSetPosition;
5194
pdbStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5211
pdb.BreakHow = BrokenStream.
BreakHowType
.ThrowOnSetLength;
5457
broken.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5470
broken.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
5488
broken.BreakHow = BrokenStream.
BreakHowType
.CancelOnWrite;
5509
broken.BreakHow = BrokenStream.
BreakHowType
.CancelOnWrite;
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\EditAndContinue\EditAndContinueTests.cs (2)
13070
badStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
13158
badStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\XmlDocCommentTests.cs (1)
56
badStream.BreakHow = BrokenStream.
BreakHowType
.ThrowOnWrite;
Microsoft.CodeAnalysis.Test.Utilities (5)
Pe\BrokenStream.cs (5)
22
public
BreakHowType
BreakHow;
60
if (BreakHow ==
BreakHowType
.ThrowOnSetPosition)
80
if (BreakHow ==
BreakHowType
.ThrowOnSetLength)
89
if (BreakHow ==
BreakHowType
.ThrowOnWrite)
94
else if (BreakHow ==
BreakHowType
.CancelOnWrite)